home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / bbs / nxbbs208.zip / NXDIP.DOC < prev    next >
Text File  |  1995-12-01  |  2KB  |  52 lines

  1. NetXpress Dial-up IP (SLIP/CSLIP/BOOTP) Door v1.0
  2. Copyright (c) 1995 Merlin Systems Inc.
  3. ==============================================================================
  4.  
  5.  
  6. Syntax:
  7.   nxdip <nxbbs.cfg> [/B <drop-file>] [/I <ip_address>] [/Q <comport irq>]
  8.         [/A <comport address>] [/C <comport>] [/U <comport baud>]
  9.  
  10.  
  11. Where:
  12.        <drop-file> is the path and filename of one of the following dropfiles:
  13.                   CALLINFO.BBS, CHAIN.TXT, DOOR.SYS, DORINFOx.DEF, PCBOARD.SYS,
  14.                   SFDOORS.DAT or XTRN.DAT
  15.        <ip_address> is this node's IP address (eg. 204.191.36.201)
  16.  
  17.   This node's IP address may be assigned in the command line parameter or in
  18.   the environmental variable 'IP'.
  19.  
  20.   Example: SET IP=204.191.36.201
  21.  
  22.  
  23. Operation:
  24.   Call this program as a door from your BBS.  It handles all SLIP/CLIP
  25.   encoding and decoding.
  26.  
  27.   Make sure that you load a packet driver before running this door.
  28.   For more information on packet drivers, look on
  29.   'http://www.merlinsys.com/conect.htm'.
  30.   This packet driver will be used to connect up to the Internet.
  31.  
  32.   Example batch file:
  33.  
  34.     c:\nxbbs\nxdip c:\nxbbs\nxbbs.cfg /b door.sys
  35.  
  36.  
  37. Termination:
  38.   - Sysop presses <Esc> on the local console
  39.   - User's daily time runs out
  40.   - Carrier is lost
  41.  
  42.  
  43. User Configuration:
  44.   The user must have configured their IP address correctly on their end.
  45.   Their IP address must be one that is 'owned' by you.  If they set their
  46.   IP address to 0.0.0.0, then the internal BOOTP server in NXSLIP will
  47.   take care of their IP Address request and return this node's IP Address.
  48.  
  49.   The user's netmask may be anything at all since they are using SLIP.
  50.   Usually , they can just set it to '0.0.0.0'.
  51.  
  52.